Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/gridedit 502 ridge refinement #235

Merged
merged 47 commits into from
Nov 13, 2023

Conversation

BillSenior
Copy link
Contributor

No description provided.

BillSenior and others added 30 commits September 18, 2023 18:25
Only commited to pass between computers
To pass to other computer
Compute hessian as in the fortran code
correct distance calculation in face edges
use eigenvalue as sample value
Comment on lines 334 to 339
{
std::vector<Sample> result = rawSamplePoints;

Hessian hessian(2, numY, numX);
PrepareSampleForHessian(rawSamplePoints, projection, numberOfSmoothingIterations, hessian);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there be a check that numX * numY == rawSamplePoints.size

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added this

@lucacarniato lucacarniato merged commit 5bf8a0f into master Nov 13, 2023
4 checks passed
@lucacarniato lucacarniato deleted the feature/GRIDEDIT-502_ridge_refinement branch November 13, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants